

/* -- Smarty -- */
section, aside, header, nav, article, footer, time, figure {		
	display: block;	
	margin: 0;	 
	padding: 0;
} 

* {	
	outline: none;
} 

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.box {
	width: 100%;
	min-height: 100%;
	position: relative;
	float: left;
	clear: both;
	display: block;
}

a {
	text-decoration: none;
	color: #c51f17;
}

#inhaltsbereich a {
	color: #c51f17;
}

img {
	max-width: 100%;
	height: auto;
}

.symbol {
	display: inline-block;
}

.symbol::before {
	content: "\0040";
}

#inhaltsbereich img {
	max-width: 100%;
	height: auto;
}

#inhaltsbereich a:hover {
	text-decoration: underline;
}

#inhaltsbereich.unterseite {
	padding: 50px 0 80px;
}

p, p.bodytext {
	margin: 0 0 1em 0;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

#inhaltsbereich .ce-bodytext ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

#inhaltsbereich .ce-bodytext ul li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 0.5em 0;
}

#inhaltsbereich .ce-bodytext ul li::before {
	content: ">";
	display: inline-block;
	margin: 0 5px 0 -10px;
}

h1 {
	font-size: 24px;
	line-height: 1.3em;
	color: #c51f17;
	margin: 0 0 0 0;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
	line-height: 1.3em;
	color: #c51f17;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-size: 1.2em;
	line-height: 1.3em;
}

h1 + h2 {
	font-size: 16px;
	margin: 0 0 30px 0;
}

/* -------------------------------- */
.frame {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

.frame > .rahmen {
	width: 90%;
	max-width: 988px;
	margin: 0 auto;
	float: none;
	clear: both;
}

.frame > .rahmen .rahmen, .ticker .rahmen, .rahmen .rahmen {
	width: 100%;
	max-width: none;
	margin: 0; 
}

.frame .frame {
	width: 100%;
	float: left;
	clear: both;
}

#header {
	float: left;
	clear: both;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	z-index: 99;
	transition: all 0.3s ease;
}

#header > .rahmen {
	width: 90%;
	margin: 0 auto;
	float: none;
	clear: both;
	position: relative;	
}

#header.scrolled {
	background: rgba(255,255,255,0.9);
	box-shadow: inset 0 -100px 100px rgba(0,0,0,0.025);
}

#header.scrolled .ticker {
	display: none;
}

#subheader .rahmen {
	width: 100%;
	max-width: none;
	margin: 0;
}

#subheader {
	height: 60vh;
	overflow: hidden;
}

#subheader .ce-textpic div, #subheader .ce-textpic figure {
	width: 100%;
}

.ticker {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	font-size: 11px;
}

/* -- Mobile Navi -- */
.mob_button span::after, .mob_button span::before {
	transform: translateZ(0px);
}

.mob_button {
	display: none;
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin: 40px 0 15px;
	background: transparent;
	cursor: pointer;
	white-space: nowrap;
	transition: 0.3s;
}

.mob_button span {
	background-color: #333333;
	height: 3px;
	left: 5px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	transition: background-color 0.3s ease 0.3s;
	width: 30px;
}

.mob_button span::after, .mob_button span::before {
	backface-visibility: hidden;
	background-color: #333333;
	content: "";
	height: 3px;
	position: absolute;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0.3s;
	width: 100%;
	display: block;
}

.mob_button span::before {
	transform: translateY(-8px);
}

.mob_button span::after {
	transform: translateY(8px);
}

.mobnavvisible .mob_button span {
	background-color: transparent;
}

.mobnavvisible .mob_button span::before {
	transform: translateY(0px) rotate(-45deg);
}

.mobnavvisible .mob_button span::after {
	transform: translateY(0px) rotate(45deg);
}

#mobnavi {
	width: 100% !important;
	float: left;
	clear: both;
	margin: 95px 0 0 !important;
	padding: 0px 0;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	font-size: 16px;
	text-transform: uppercase;
	display: none;
	position: fixed;
	z-index: 95;
	transition: 0.3s;
}

#mobnavi ul {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mobnavi ul li{
	width: 100%;
	float: left;
	clear: both;
	border-top: 2px solid #FFF;
	text-align: center;
	margin: 0 0 0 0;
}

#mobnavi ul li:first-child {
	margin: 0;
}

#mobnavi ul li a {
	width: 96%;
	padding: 10px 2%;
	text-decoration: none;
	display: block;
	background: rgba(255, 255, 255, 0.9);
	color: #333333;
}

#mobnavi ul li.act a, #mobnavi ul li:hover a {
	background: #c51f17;
	color: #FFFFFF;
}

#mobnavi .opnavi li a:hover, #mobnavi .opnavi li.act a, #mobnavi .unavi li a:hover, #mobnavi .unavi li.act a {
	border: 0;
}

/* ---------------------------------------------------- */
#hauptnavi {
	float: left;
}

.opnavi, .unavi {
	padding: 0;
	list-style: none;
	float: left;
	clear: both;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	transition: all 0.3s ease;
	margin: 25px 0 20px 0;
}

.opnavi li, .unavi li {
	float: left;
	clear: none;
	margin: 0 4px;
}

.opnavi li:first-child, .unavi li:first-child {
	margin: 0 4px 0 0;
}

.opnavi li a, .unavi li a {
	display: block;
	padding: 15px 12px;
	color: #333333;
	font-size: 16px;
}

.unavi li a {
	border-bottom: 3px solid transparent;
}

.opnavi li a:hover, .opnavi li.act a, .unavi li a:hover, .unavi li.act a {
	border: none;
	color: #c51f17;
}

#header.scrolled .opnavi, #header.scrolled .unavi {
	margin: 20px 0 15px 0;
}

.logo {
	position: absolute;
	top: 0;
	transition: all 0.3s ease;
	padding: 15px 40px;
	background: white;
	width: 160px;
}

.logo img {
	width: 100%;
}

.logo > .frame, .logo > .frame .ce-gallery {
	margin: 0;
}

.logo .ce-textpic, .logo .ce-gallery, .logo .ce-row {
	overflow: visible;
}

.logo img {
	transition: all 0.3s ease;
}

#header.scrolled .logo {
	width: 140px;
}

#mobnavi {
	display: none;
}

#inhaltsbereich {
	float: left;
	clear: both;
	width: 100%;
}

.bereiche {
	float: left;
	clear: both;
	width: 100%;
}

.inhaltsheader, .inhalt, #subheader {
	float: left;
	clear: both;
	width: 100%;
}

.inhaltsheader .rahmen {
	width: 100%;
	max-width: none;
	margin: 0;
}

.inhaltsheader .ce-gallery, #subheader .ce-gallery {
	margin: 0;
}

.inhaltsheader .ce-border img {
	border: 0;
}

.inhaltsheader.ih_fixed {
	height: 400px;
	background-position: center bottom;
	background-attachment: fixed;
}

.inhaltsheader .ce-gallery img, .frame-type-cn_multicontent .row > div .ce-gallery img, #subheader img {
	width: 100% !important;
	height: auto !important;
}

.inhaltsheader .ce-gallery {
	margin-bottom: 0;
}

.inhaltsheader .ce-textpic {
	position: relative;
}

.inhaltsheader .ce-bodytext {
	position: absolute;
	bottom: 80px;
	left: 5%;
	background: #009999;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 35px;
	width: 320px;
}

.inhaltsheader .ce-bodytext h2, .inhaltsheader .ce-bodytext h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	border-left: 0;
}

.inhaltsheader .ce-bodytext h3 {
	font-weight: 300;
	margin: 10px 0 0 0;
}

.inhaltsheader > .frame {
	display: none;
}

.inhaltsheader > .frame:first-child {
	display: block;
}

.videogallery, .videogallery .ce-row, .videogallery .ce-column, .video {
	width: 100%;
}

.video-embed {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.videoiframelink {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 1;
	background: url(../fileadmin/templatefiles/images/play.svg) center center no-repeat rgba(0,0,0,0.8);
	background-size: 60px 60px;
	transition: all 0.3s ease;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.videoiframelink:hover {
	background-size: 65px 65px;
}

.video-embed iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* -- Startheaderslider -- */
#inhaltsbereich .bereiche:first-child .inhaltsheader {
	position: relative;
}

#inhaltsbereich .bereiche:first-child .inhaltsheader::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../fileadmin/templatefiles/images/logo-overlay.png) left bottom no-repeat;
	background-size: contain;
	opacity: 0.8;
	filter: grayscale(1);
	width: 600px;
	height: 413px;
}

#inhaltsbereich .bereiche:first-child .inhaltsheader .arrow {
	display: none;
}

#inhaltsbereich .bereiche:first-child .inhaltsheader.fullsize .arrow {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -25px;
	z-index: 4;
	cursor: pointer;
}

#inhaltsbereich .bereiche:first-child .inhaltsheader.fullsize .arrow::before, #inhaltsbereich .bereiche:first-child .inhaltsheader.fullsize .arrow::after {
	content: '';
	width: 28px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 25px;
	-moz-transform:rotate(35deg);
	-webkit-transform:rotate(35deg);
	-o-transform:rotate(35deg);
	-ms-transform:rotate(35deg);
}

#inhaltsbereich .bereiche:first-child .inhaltsheader.fullsize .arrow::after {
	left: auto;
	right: 0;
	-moz-transform:rotate(-35deg);
	-webkit-transform:rotate(-35deg);
	-o-transform:rotate(-35deg);
	-ms-transform:rotate(-35deg);
}

#inhaltsbereich .bereiche:first-child .inhaltsheader .owl-dots {
	width: auto;
	float: right;
	position: absolute;
	bottom: 30px;
	right: 5%;
}

#inhaltsbereich .bereiche:first-child .inhaltsheader .owl-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: white;
	margin: 0 0 0 10px;
}

#inhaltsbereich .bereiche:first-child .inhaltsheader .owl-dot.active {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

#inhaltsbereich .bereiche:first-child .inhaltsheader {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	border-bottom: 3px solid #c51f17;
}

#inhaltsbereich .bereiche:first-child .inhaltsheader .ce-gallery, #inhaltsbereich .bereiche:first-child .inhaltsheader .ce-column, #inhaltsbereich .bereiche:first-child .inhaltsheader .image {
	width: 100%;
}

/* ----------------------------- */
.buttons {
	position: fixed;
	right: 5px;
	top: 55%;
	background: #fff;
	display: block;
	padding: 5px 5px;
	width: 25px;
	overflow: hidden;
	z-index: 55;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	border-radius: 15px 0 15px 0;
	opacity: 0;
}

.buttons div {
	display: block;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	margin: 4px 0 4px 0;
	padding: 0;
	float: left;
	clear: both;
	background-color: #999;
	color: #999;
}

.buttons div:hover {
	background-color: #333;
	color: #333;
 }

.buttons div.button_rauf {
	background-image: url(../fileadmin/templatefiles/images/arrow-top.png);
}

.buttons div.button_runter {
	background-image: url(../fileadmin/templatefiles/images/arrow-bottom.png);
}

.button_sprache {
	border-bottom: 1px dotted #aaa;
	padding: 0 0 5px 0 !important;
	background: none !important;
	height: auto !important;
}

.buttons div.ibutt {
	background-image: url(../fileadmin/templatefiles/images/infotool.png);
	display: block;
}

.buttons div.ibutt::before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	border-top: 1px dotted #AAA;
}

/*~ Inhalt ~*/
.frame-bg {
	background: url(../fileadmin/templatefiles/images/logo-bg.png) right bottom no-repeat;
	background-size: 450px auto;
	margin-bottom: 0;
}

.frame-grau {
	background: url(../fileadmin/templatefiles/images/logo-bg.png) right bottom no-repeat, #898989;
	background-size: 450px auto;
	margin-bottom: 0;
}

.frame-grau * {
	color: white !important;
}

.frame-bg .ce-bodytext, .frame-grau .ce-bodytext {
	float: left;
	clear: both;
	width: 50%;
}

.frame-rot {
	background: linear-gradient(to top right, #911811, #c51f17);
}

.frame-rot * {
	color: white;
}

.frame-leistungen {
	padding: 0 !important;
	min-height: 530px;
	position: relative;
	transition: 1s;
}

.frame-leistungen::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	background: rgba(197, 32, 23, 0.5);
	margin-left: -5px;
	width: 10px;
	z-index: 15;
	transition: 0.3s;
}

.frame-leistungen:hover::before {
	width: 50%;
	z-index: 10;
	padding-right: 5px;
	transition: z-index 0s;
}

.frame-leistungen::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	transition: 1s;
}

.frame-leistungen header {
	position: absolute;	
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: -20px 0 0 0;
	z-index: 20;
	transition: 0.3s;
}

.frame-leistungen:hover header {
	top: 40px;
}

.frame-leistungen header * {
	color: white;
	margin: 0;
	padding: 5px 10px;
	display: inline-block;
	background: rgba(197, 32, 23, 0.5);
	transition: 0.3s;
}

.frame-leistungen:hover header * {
	background: rgba(197, 32, 23, 1);
}

.frame-leistungen.frame-layout-1 {
	background: url(../fileadmin/user_upload/Leistungen/vermessung.jpg) center center no-repeat;
	background-size: 100% auto;
}

.frame-leistungen.frame-layout-1:hover {
	background-size: 110% auto;
}

.frame-leistungen.frame-layout-1::after {
	background: url(../fileadmin/user_upload/Leistungen/vermessung-zer.jpg) center center no-repeat;
	background-size: 100% auto;
}

.frame-leistungen.frame-layout-1:hover::after {
	background-size: 110% auto;
	opacity: 0;
}

.frame-leistungen.frame-layout-2 {
	background: url(../fileadmin/user_upload/Leistungen/industrievermessung.jpg) center center no-repeat;
	background-size: 100% auto;
}

.frame-leistungen.frame-layout-2:hover {
	background-size: 110% auto;
}

.frame-leistungen.frame-layout-2::after {
	background: url(../fileadmin/user_upload/Leistungen/industrievermessung-zer.jpg) center center no-repeat;
	background-size: 100% auto;
}

.frame-leistungen.frame-layout-2:hover::after {
	background-size: 110% auto;
	opacity: 0;
}

.frame-leistungen.frame-layout-3 {
	background: url(../fileadmin/user_upload/Leistungen/bodenmessung.jpg) center center no-repeat;
	background-size: 100% auto;
}

.frame-leistungen.frame-layout-3:hover {
	background-size: 110% auto;
}

.frame-leistungen.frame-layout-3::after {
	background: url(../fileadmin/user_upload/Leistungen/bodenmessung-zer.jpg) center center no-repeat;
	background-size: 100% auto;
}

.frame-leistungen.frame-layout-3:hover::after {
	background-size: 110% auto;
	opacity: 0;
}

.frame-leistungen .ce-bodytext {
	color: white;
	padding: 70px 0 30px 20px;
	margin-left: 50%;
	z-index: 10;
	position: relative;
}

.frame-leistungen {
	background: rgba(197, 32, 23, 0.8);
}

.frame-leistungen > .rahmen {
	max-width: none;
}

.frame-kontakt {
	background: url(../fileadmin/templatefiles/images/logo-bg.png) left bottom no-repeat, #898989;
	background-size: 450px auto;
	margin-bottom: 0;
}

.frame-kontakt * {
	color: white !important;
}

#inhaltsbereich .frame-kontakt .ce-bodytext {
	text-align: center;
}

#inhaltsbereich .frame-kontakt ul {
	display: inline-block;
	margin: 0 10% 0 0;
}

#inhaltsbereich .frame-kontakt ul:last-child {
	margin: 0 0 0 10%;

}

#inhaltsbereich .frame-kontakt ul li {
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
}

#inhaltsbereich .frame-kontakt ul li::before {
	display: none;	
}

.frame-kontakt hr {
	display: none;
}



/* ----------------------------- */
.footerbg, #footer, #footerinhalt, #footerunten {
	float: left;
	clear: both;
	width: 100%;
}

#footer {
	position: relative;
	z-index: 3;
	margin: 0;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

.box #footer {
	position: absolute;
	bottom: 0;
	opacity: 0;
}

.footerbg {
	height: 200px;
	overflow: hidden;
	opacity: 0.8;
 
}

.footerbg.fbg_fixed {
	background-position: center bottom;
	background-attachment: fixed;
	background-size: cover; 
}

.footerbg .rahmen {
	width: 100%;
	max-width: none;
	margin: 0;
}

#footerinhalt {
	background: #242424;
	padding: 25px 0 15px 0;
}

#footerinhalt ul {
	margin: 0;
	padding: 0;
}

#footerinhalt .frame-type-menu_subpages ul {
	list-style: none;
	float: right;
	text-align: right;
}

#footerinhalt .frame-type-menu_subpages ul a {
	font-style: normal;
}

#footerinhalt .frame-type-menu_subpages ul a:hover {
	text-decoration: none;
}

#footerunten {
	background: #161616;
	padding: 15px 0;
}

.smartstyle {
	position: absolute;
	right: 1%;
	bottom: 5px;
}

.smartstyle img {
	width: 60px;
	height: 60px;
}

.bg {
	display: none;
}

#footer .mapsschalter {
	z-index: 50;
}

.mapsschalter::after {
	border-top: 22px solid #c51f17;
}

.mapsschalter::before {
	border: 11px solid #c51f17;
}

#footer #mapstoggle {
	background: #c51f17;
}

#footerinhalt {
	background: #911811;
}

#footerinhalt > div > .rahmen {
	max-width: none;
	width: 80%;
}

#footerinhalt .ce-bodytext ul {
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0 100px 0 0;
	padding: 0;
}

#footerinhalt .ce-bodytext ul:last-child {
	margin: 0 0 0 0;
}

#footerinhalt .ce-bodytext hr {
	display: none;
}

#footerinhalt .ce-bodytext ul li {
	margin: 0 0 10px 0;
}

#footerinhalt .ce-bodytext ul li:last-child {
	margin: 0 0 0 0;
}

#footerunten {
	background: #5e0f0b;
}

/* -- Rahmen -- */
#inhaltsbereich .inhalt > .frame {
	padding: 60px 0 100px 0;
	width: 100%;
	float: left;
	clear: both;
}

#inhaltsbereich .inhalt > .frame.frame-default + .frame.frame-default {
	padding-top: 0px; 
}

/* -- Powermail -- */
.tx-powermail h3, .powermail_legend {
	display: none;
}

.powermail_fieldset {
	border: 0;
	padding: 0;
}

.powermail_fieldwrap {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 5px 0;
}

.powermail_label {
	width: 30%;
	float: left;
}

.powermail_field {
	width: 68%;
	float: right;
	position: relative;
}

.powermail_input, .powermail_textarea {
	width: 96%;
	padding: 4px 2%;
	border: 0;
	background: rgba(0,0,0,0.05);
	border-radius: none;
	float: left;
	font-family: inherit;
}

.powermail_textarea {
	resize: none;
	overflow: auto;
	height: 80px;
}

.powermail_submit {
	float: right;
	background: #009999;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
	border: 0;
	border-radius: none;
}

ul.parsley-errors-list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 2px;
	bottom: 1px;
	color: #009999;
}

ul.parsley-errors-list li {
	margin: 0;
	padding: 0;
}

ul.parsley-errors-list li::before {
	display: none;
}

.powermail_create {
	text-align: center;
}

/* -- Multicontent -- */
.ui-accordion .ui-accordion-header {	
    margin: 2px 0 0 0;
    padding: 10px 4% 10px 2%;
	width: 94%;
	position: relative;
	float: left;
	clear: both;
	cursor: pointer;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-radius: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0;
    background: rgba(0,0,0,0.3);
    font-weight: 400;
	font-size: 16px;
    color: #fff !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-default:hover {
	border: 0;
    background: #009999;
    font-weight: 400;
	font-size: 16px;
    color: #FFFFFF;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #FFFFFF;
}

.ui-accordion .ui-accordion-header a:hover {
	text-decoration: none !important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: auto;
	right: 1%;
    top: 50%;
    margin-top: -12px;
}

.ui-icon {
    width: 24px;
    height: 24px;
    background-image: url(../fileadmin/templatefiles/images/plus.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    background-color: transparent;
}

.ui-state-default .ui-icon {
    background-image: url(../fileadmin/templatefiles/images/plus.png);
}

.ui-state-active .ui-icon {
    background-image: url(../fileadmin/templatefiles/images/minus.png);
}

.ui-accordion .ui-accordion-content {
    padding: 10px 2%;
	width: 96%;
    border: 0;
	background: none;
	box-shadow: inset 0 0 2px #999;
	float: left;
	clear: both;
}

/* -- Responsive Bilder -- */
.respbilder .ce-gallery {
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0 0 0 !important;
}

.respbilder .ce-bodytext {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
}

/* -- Cookies -- */
#cookie-bar {	
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;	
	color: #fff;	
	text-align: left;
	font-size: 11px;
	font-weight: 400;
	font-family: arial;
	line-height: 1.4em;
	display: none;
}

#cookie-bar.fixed {
	position: fixed;
	bottom: 0px;
	right: 0;
	width: auto;
	max-width: 280px;
	padding: 7px 10px;
	z-index: 99999;
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}
 
#cookie-bar p {
	margin: 0; 
	padding: 0; 
}

#cookie-bar a {	
	color: #eee;	
	display: inline-block;	
	border-radius: 3px;	
	text-decoration: none;	
	padding: 3px 10px;	
	margin: 7px 0 0 0; 
	font-weight: 700;
	background: rgba(0, 0, 0, 0.5);	
	cursor: pointer;
}

#cookie-bar .cb-enable {	
	margin-left: 10px;
} 
/* -- Cookies -- */

/*~ Cookieman ~*/
.btn-primary {
	background: #c51f17;
	border-color: #c51f17;
}

.btn-primary:hover {
	background: none;
	color: #c51f17;
	border-color: #c51f17;
}

#cookie_einstellungen {
	background: #c51f17;
	border: 2px solid #c51f17;
	transition: 0.2s;
}


#cookie_einstellungen:hover {
	background: none;
	color: #c51f17;
}

#geoinformatik, #ebenheitspruefung {background-color: #aaa;}

@media (max-width: 600px) {
	#geoinformatik, #ebenheitspruefung {background-color: #fff;}
}
/*
     FILE ARCHIVED ON 16:26:52 Feb 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:29:05 Feb 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.703
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.016
  esindex: 0.014
  cdx.remote: 69.98
  LoadShardBlock: 448.59 (3)
  PetaboxLoader3.datanode: 534.853 (4)
  load_resource: 173.962
  PetaboxLoader3.resolve: 72.182
*/